ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (C1WrapCollectionView<S,T>)
    In This Topic
    Gets the sort descriptions applied to the data.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property SortDescriptions As System.Collections.Generic.IReadOnlyList(Of SortDescription)
    public virtual System.Collections.Generic.IReadOnlyList<SortDescription> SortDescriptions {get;}
    See Also